set scroll bar on a table

31

table {
  display: block;
  height: 500px;
  overflow-y: scroll;
}

Comments

Submit
0 Comments